home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2001 Haziran / CHIP Haziran2001.iso / prog / video / 04 / setup.exe / Template / VideoCD (NTSCFilm).mcf < prev    next >
Text File  |  2001-02-25  |  4KB  |  104 lines

  1. object TMPEGConfigFile
  2.   MPEG.Text = '$$Video_CD_NTSCFilm'
  3.   MPEG.Description = ''
  4.   MPEG.OutputStreamType = MPEG_OutputStreamType_System_VideoAudio
  5.   MPEG.OutputStreamType_ReadOnly = True
  6.   MPEG.Video.StreamType = MPEGVideoEncoder_StreamType_MPEG1
  7.   MPEG.Video.StreamType_ReadOnly = True
  8.   MPEG.Video.Width = 352
  9.   MPEG.Video.Width_ReadOnly = True
  10.   MPEG.Video.Height = 240
  11.   MPEG.Video.Height_ReadOnly = True
  12.   MPEG.Video.YUVFormat = 1
  13.   MPEG.Video.YUVFormat_ReadOnly = True
  14.   MPEG.Video.DC_prec = 0
  15.   MPEG.Video.DC_prec_ReadOnly = True
  16.   MPEG.Video.VideoEncodeMode = MPEGVideoEncoder_VideoEncodeMode_Progressive
  17.   MPEG.Video.VideoEncodeMode_ReadOnly = False
  18.   MPEG.Video.VideoEncodeMode_CantSelExtType = False
  19.   MPEG.Video.FrameRate = 1
  20.   MPEG.Video.FrameRate_ReadOnly = True
  21.   MPEG.Video.AspectRatio = 12
  22.   MPEG.Video.AspectRatio_ReadOnly = True
  23.   MPEG.Video.RateControlMode = MPEGVideoEncoder_RateControlMode_CBR
  24.   MPEG.Video.RateControlMode_ReadOnly = True
  25.   MPEG.Video.MaxBitRate = 0
  26.   MPEG.Video.MaxBitRate_ReadOnly = False
  27.   MPEG.Video.CBR_BitRate = 1150000
  28.   MPEG.Video.MVBR_MaxBitRate = 3000000
  29.   MPEG.Video.MVBR_MinBitRate = 0
  30.   MPEG.Video.MVBR_Quality_P = 0
  31.   MPEG.Video.MVBR_Quality_B = 20
  32.   MPEG.Video.MVBR_EnablePadding = False
  33.   MPEG.Video.VBR_AvgBitRate = 1150000
  34.   MPEG.Video.VBR_MaxBitRate = 0
  35.   MPEG.Video.VBR_MinBitRate = 0
  36.   MPEG.Video.VBR_EnablePadding = False
  37.   MPEG.Video.AVBR_Quality = 50
  38.   MPEG.Video.AVBR_MaxBitRate = 3000000
  39.   MPEG.Video.AVBR_MinBitRate = 0
  40.   MPEG.Video.AVBR_EnablePadding = False
  41.   MPEG.Video.CQ_Quality = 50
  42.   MPEG.Video.CQ_Quality_P = 0
  43.   MPEG.Video.CQ_Quality_B = 20
  44.   MPEG.Video.CQ_MaxBitRate = 3000000
  45.   MPEG.Video.CQ_MinBitRate = 0
  46.   MPEG.Video.CQ_EnablePadding = False
  47.   MPEG.Video.VBVBufferSize = 40960
  48.   MPEG.Video.VBVBufferSize_ReadOnly = True
  49.   MPEG.Video.GOP_SeqHeaderInterval = 1
  50.   MPEG.Video.GOP_SeqHeaderInterval_ReadOnly = True
  51.   MPEG.Video.GOP_I_FrameCount = 1
  52.   MPEG.Video.GOP_I_FrameCount_ReadOnly = False
  53.   MPEG.Video.GOP_P_FrameCount = 5
  54.   MPEG.Video.GOP_P_FrameCount_ReadOnly = False
  55.   MPEG.Video.GOP_B_FrameCount = 2
  56.   MPEG.Video.GOP_B_FrameCount_ReadOnly = False
  57.   MPEG.Video.GOP_BitStreamForEdit = False
  58.   MPEG.Video.GOP_BitStreamForEdit_ReadOnly = False
  59.   MPEG.Video.QuantizeMatrix_Intra_ReadOnly = False
  60.   MPEG.Video.QuantizeMatrix_NonIntra_ReadOnly = False
  61.   MPEG.Video.Profile = 4
  62.   MPEG.Video.Profile_ReadOnly = False
  63.   MPEG.Video.Level = 8
  64.   MPEG.Video.Level_ReadOnly = False
  65.   MPEG.Video.VideoFormat = 2
  66.   MPEG.Video.VideoFormat_ReadOnly = False
  67.   MPEG.Video.MotionSearchSpeed = MPEGVideoEncoder_MotionSearchSpeed_Normal
  68.   MPEG.Video.MotionSearch_AlwaysHalfPel = False
  69.   MPEG.Video.UseFloatDCT = False
  70.   MPEG.Video.QuantizeMode = False
  71.   MPEG.Video.QuantizeModeVal_Intra = 35
  72.   MPEG.Video.QuantizeModeVal_NonIntra = 35
  73.   MPEG.Video.YUVBasicYCbCr = False
  74.   MPEG.Video.QuantizeMatrix_Intra = {
  75.     081013161A1B1D22101016181B1D222513161A1B1D22222616161A1B1D222528
  76.     161A1B1D202328301A1B1D202328303A1A1B1D22262E38451B1D23262E384553}
  77.   MPEG.Video.QuantizeMatrix_NonIntra = {
  78.     1011121314151617111213141516171812131415161718191314151617181A1B
  79.     14151617191A1B1C151617181A1B1C1E1617181A1B1C1E1F1718191B1C1E1F21}
  80.   MPEG.Audio.StreamType = MPEGAudioEncoder_StreamType_MPEG1_Layer2
  81.   MPEG.Audio.StreamType_ReadOnly = True
  82.   MPEG.Audio.SamplingFrequency = 44100
  83.   MPEG.Audio.SamplingFrequency_ReadOnly = True
  84.   MPEG.Audio.ChannelMode = 0
  85.   MPEG.Audio.ChannelMode_ReadOnly = False
  86.   MPEG.Audio.CantUseMono = True
  87.   MPEG.Audio.BitRate = 224000
  88.   MPEG.Audio.BitRate_ReadOnly = True
  89.   MPEG.Audio.CalcCRC = False
  90.   MPEG.Audio.CalcCRC_ReadOnly = False
  91.   MPEG.Audio.OriginalFlag = False
  92.   MPEG.Audio.OriginalFlag_ReadOnly = False
  93.   MPEG.Audio.CopyrightFlag = False
  94.   MPEG.Audio.CopyrightFlag_ReadOnly = False
  95.   MPEG.Audio.PrivateFlag = False
  96.   MPEG.Audio.PrivateFlag_ReadOnly = False
  97.   MPEG.Audio.EmphasisType = 0
  98.   MPEG.Audio.EmphasisType_ReadOnly = False
  99.   MPEG.System.StreamType = MPEGSystemEncoder_StreamType_MPEG1_VideoCD
  100.   MPEG.System.StreamType_ReadOnly = True
  101.   MPEG.System.CommentText = ''
  102.   MPEG.System.EnableCommentText = False
  103. end
  104.